Class 1: Jan 13, 2014

Plan for the future

Big Data, Data Science, Cyberscience, Data Mining

Class II Jan 15, 2014

using logs of a number is a good idea to make floats smaller

debugging

add a small epsolian
change precision to test
change rounding method to see if rounding errors are happening

Sometimes single precision is useful, even now. (high memory applications, better data repersation, GPUs, etc.)

Get it right then optimize it. But always plan to optimize it later.

Class III Jan 22, 2014

Class 4 Jan 27, 2014

Class 5 Jan 29, 2014

Simple assertaions are more efficient, do work before the assertion


In [ ]: